home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
feverfrenzy-demo.swf
/
scripts
/
DefineSprite_305
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
172b
|
11 lines
function showDisease(tipo)
{
mDisease_mc.gotoAndStop(tipo);
gotoAndPlay(1);
this._visible = true;
}
function hideDisease()
{
this._visible = false;
}